projects
/
qtbase-opensource-src.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e113c9
)
Modify configure.json to disable neon.
author
Peter Michael Green
<plugwash@raspbian.org>
Sun, 3 Sep 2017 22:55:28 +0000
(22:55 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Tue, 24 Aug 2021 13:28:22 +0000
(14:28 +0100)
Gbp-Pq: Name modify-configure.json-to-disable-neon.patch
configure.json
patch
|
blob
|
history
diff --git
a/configure.json
b/configure.json
index c273aeeef1bd5c80d3798df0ee25d4763d34a77d..aba93eb9ffcc714a271796b2a1b917c3119c7051 100644
(file)
--- a/
configure.json
+++ b/
configure.json
@@
-1251,7
+1251,7
@@
},
"neon": {
"label": "NEON",
- "condition": "(arch.arm
|| arch.arm
64) && subarch.neon",
+ "condition": "(arch.arm64) && subarch.neon",
"output": [
"privateConfig",
{ "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }